projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ac134f2
)
(mips64-*-linux-gnu*, mips64el-*-linux-gnu*): New configurations.
author
Richard M. Stallman
<rms@gnu.org>
Fri, 28 Nov 2008 15:39:58 +0000
(15:39 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Fri, 28 Nov 2008 15:39:58 +0000
(15:39 +0000)
ChangeLog
patch
|
blob
|
history
configure.in
patch
|
blob
|
history
diff --git
a/ChangeLog
b/ChangeLog
index e542780aa91729ae304e1cf56d6945917cc84091..d20d14f6949bade61f1f2275e0031c5ba4ad61d3 100644
(file)
--- a/
ChangeLog
+++ b/
ChangeLog
@@
-1,3
+1,8
@@
+2008-11-28 Richard M Stallman <rms@gnu.org>
+
+ * configure.in (mips64-*-linux-gnu*, mips64el-*-linux-gnu*):
+ New configurations.
+
2008-11-20 Josh Elsasser <josh@elsasser.org> (tiny change)
* configure.in: Add hppa-*-openbsd* with machine hp800; mistakenly
diff --git
a/configure.in
b/configure.in
index 6cea1ad17c3396cfd875fc470f1cafe3680660fe..df125902f3a55e2f90def579fb6bb050c3eec849 100644
(file)
--- a/
configure.in
+++ b/
configure.in
@@
-539,7
+539,8
@@
dnl see the `changequote' comment above.
;;
## Mips Linux-based GNU system
- mips-*-linux-gnu* | mipsel-*-linux-gnu* )
+ mips-*-linux-gnu* | mipsel-*-linux-gnu* |
+ mips64-*-linux-gnu* | mips64el-*-linux-gnu* )
machine=mips opsys=gnu-linux
;;